home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 July / EnigmA AMIGA RUN 29 (1998)(G.R. Edizioni)(IT)[!][issue 1998-07 & 08].iso / earcd / giochi / adoom / amipx1_1.lha / amipx1_1 / amipx.install < prev    next >
Text File  |  1994-09-28  |  1KB  |  66 lines

  1. ; Installs amipx.library
  2.  
  3.  
  4.  
  5. (complete 0)
  6.  
  7. (set #libdir 
  8.  (askdir
  9.   (prompt "Please select the drawer where you want\n"
  10.           "to install amipx.library ."
  11.   )
  12.   (help @askdir-help)
  13.   (default "LIBS:")
  14.  )
  15. )
  16. (complete 20)
  17.  
  18. (copylib
  19.  (source "Libs/amipx.library")
  20.  (dest #libdir)
  21.  (help "The Amiga IPX compatibility library is used\n"
  22.        "by AMIPX applications. If the application\n"
  23.        "cannot find amipx.library, it will not work."
  24.  )
  25. )
  26. (complete 40)
  27.  
  28. (set #prefdir
  29.  (askdir
  30.   (prompt "Please select the drawer where you want\n"
  31.           "to install the preferences program."
  32.   )
  33.   (help @askdir-help)
  34.   (default "SYS:Prefs")
  35.  )
  36. )
  37. (complete 60)
  38.  
  39. (copyfiles
  40.  (source "amipx_prefs")
  41.  (dest #prefdir)
  42.  (help "The Amiga IPX library needs to be set up\n"
  43.        "before it can be used. The preferences\n"
  44.        "editor is used for that."
  45.  )
  46. )
  47.  
  48. (complete 80)
  49.  
  50. (set #prefed (tackon #prefdir "amipx_prefs"))
  51. (run #prefed
  52.  (prompt "To complete your setup, the preferences\n"
  53.          "editor will now start."
  54.  )
  55.  (help   "The preferences editor is used to set up\n"
  56.          "the network interface to use, and some\n"
  57.          "values that are specific to your network."
  58.  )
  59.  (confirm)
  60.  
  61. (complete 100)
  62. (set @default-dest #libdir)
  63. (exit)
  64.  
  65.